home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / mom_mania.swf / scripts / GameAssets_fla / ConsumerAvatarContainer_25.as < prev    next >
Text File  |  2011-08-19  |  1KB  |  55 lines

  1. package GameAssets_fla
  2. {
  3.    import flash.display.MovieClip;
  4.    import flash.events.Event;
  5.    
  6.    public dynamic class ConsumerAvatarContainer_25 extends MovieClip
  7.    {
  8.        
  9.       
  10.       public var clip:MovieClip;
  11.       
  12.       public function ConsumerAvatarContainer_25()
  13.       {
  14.          super();
  15.          addFrameScript(0,frame1,9,frame10,19,frame20,29,frame30,39,frame40,49,frame50);
  16.       }
  17.       
  18.       function frame10() : *
  19.       {
  20.          this.parent.dispatchEvent(new Event("onContainerSet"));
  21.          stop();
  22.       }
  23.       
  24.       function frame1() : *
  25.       {
  26.          this.parent.dispatchEvent(new Event("onContainerSet"));
  27.          stop();
  28.       }
  29.       
  30.       function frame20() : *
  31.       {
  32.          this.parent.dispatchEvent(new Event("onContainerSet"));
  33.          stop();
  34.       }
  35.       
  36.       function frame30() : *
  37.       {
  38.          this.parent.dispatchEvent(new Event("onContainerSet"));
  39.          stop();
  40.       }
  41.       
  42.       function frame40() : *
  43.       {
  44.          this.parent.dispatchEvent(new Event("onContainerSet"));
  45.          stop();
  46.       }
  47.       
  48.       function frame50() : *
  49.       {
  50.          this.parent.dispatchEvent(new Event("onContainerSet"));
  51.          stop();
  52.       }
  53.    }
  54. }
  55.